Operation Seam.Refresh (Refresh)
In component org.nuxeo.ecm.elasticsearch.operation.jsf.contrib
Description
Refresh the UI cache. This is a void operation - the input object is returned back as the oputput
Operation id | Seam.Refresh |
---|---|
Category | User Interface |
Label | Refresh |
Requires | Seam |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | void |
Implementation Information
Implementation Class | Class: org.nuxeo.elasticsearch.web.sync.RefreshUISync |
---|---|
Contributing Component | org.nuxeo.ecm.elasticsearch.operation.jsf.contrib |
JSON Definition
{ "id" : "Seam.Refresh", "label" : "Refresh", "category" : "User Interface", "requires" : "Seam", "description" : "Refresh the UI cache. This is a void operation - the input object is returned back as the oputput", "url" : "Seam.Refresh", "signature" : [ "void", "void" ], "params" : [ ] }